home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / jluti400.zip / GENERAL.HLP < prev    next >
Text File  |  1991-02-06  |  10KB  |  274 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ General Informations about JLUTIL...........................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Here you find informations about general options, limitations, JL.CNF
  6. and how to set the JLPATH Environment Variable.
  7.  
  8.  
  9. General Options     Description
  10. ═══════════════════════════════════════════════════════════════════════════════
  11. /DATE i,..,j[k,..m] i is a day, k a weekday
  12.  
  13.                     you can specify at which date JLUTIL will be executed,
  14.                     eg JLUTIL /IL -M /DATE 1, this will produce a monthly
  15.                     report, if it is the first day of the month.
  16.                     The format is:  /DATE days delimited with commas and
  17.                     followed with the weekdays in brackets.
  18.                     eg JLUTIL /MO /DATE 1,15[1]
  19.                     this will run the Register-Module at every first and
  20.                     the 15th day of a month and at every Sunday.
  21.                     (Sunday[1] .. Saterday[7]).
  22.                     eg JLUTIL /AN /DATE [1]
  23.                     makes an analysis at every Sunday.
  24.  
  25. /DEBUG              displays passed marks (only for Error trapping). You
  26.                     can see which files JLUTIL assigns and closes.
  27.  
  28. /PAUSE              If you insert this parameter, JLUTIL will pause after
  29.                     24 lines.
  30.  
  31. /EXTLOG             Force ExtendedLog. Or use the EL= Line within
  32.                     JL.CNF.
  33.  
  34. /SKIPCNFCHECK       Forces the JL's to skip the check of JL.CNF and
  35.                     GT.CNF for unknown or double variables.
  36. ═══════════════════════════════════════════════════════════════════════════════
  37.  
  38.  
  39.  
  40. Explanation  
  41. ═══════════════════════════════════════════════════════════════════════════════
  42. JLUTIL is an Utility from Juergen Lorenz, Germany. It is compiled with
  43. the latest version of Turbo Pascal and includes some small options.
  44. Start JLUTIL with the available options.
  45.  
  46.      e.g.       JLUTIL /DC
  47.      or         JLUTIL /IL /AN /DM ?,30 /SU
  48.            
  49. The program has access to the environment, so you can start JLUTIL
  50. from any directory, if you have specified the GT-Directory with
  51. SET GTPATH= and the JL-Directory with SET JLPATH= Command.
  52.  
  53. You can redirect the input and/or the output and you can use JLUTIL
  54. remotely.
  55.                  
  56.      e.g.       JLUTIL /DM  < TEST01.BEH
  57.      or         JLUTIL /AN  > ANALYSIS.TXT
  58.  
  59. Most of the JLUTIL-Activities are logged into a file called JL.LOG.
  60. If you want to have Extended Logging you must set in JL.CNF EL=TRUE.
  61.  
  62.  
  63. Within the file JL.CTL are some informations stored about the usage of
  64. JLUTIL. /AN -J sends me the content as a msg. JLUTIL sends me sometimes
  65. automatically a report. This helps me to enhance JLUTIL and to see,
  66. which options are in use and which aren't. Also i get a feeling, how
  67. many people are using JLUTIL.
  68.  
  69.  
  70.  
  71. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. CONFIG.SYS
  73. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  74. JLUTIL opens some Files and needs ANSI.SYS. Please insert the following
  75. lines into your CONFIG.SYS.
  76.  
  77. CONFIG.SYS--------------------------------
  78. DEVICE   = ANSI.SYS
  79. FILES    = 50  {or more}
  80. ------------------------------------------
  81.   
  82.  
  83. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  84. The JL.CNF File
  85. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  86. In position  1-3 of  each record  in the configuration file is a code to
  87. identify a parameter.    After  the  "=",  the  value  of  the parameter
  88. appears.
  89.  
  90.  
  91. ; Serial-specific informations --------------------------------------
  92. ;
  93.  
  94. SA=                       SystemAdministrator
  95. SO=ALL                    Registered Options.
  96. SN=                       SerialNumber
  97. SC=                       SerialNumber CRC
  98. NC=                       Local NetMail Coordinator CRC
  99. DC=                       Distributor CRC
  100.  
  101. ; Names of CoSysops --------------------------------------------------
  102.  
  103. MM=MSG  -Maintenance      CoSysop for Msgs
  104. UM=USER -Maintenance      CoSysop for Users
  105. FM=FILE -Maintenance      CoSysop for Files
  106. PF=Juergen Lorenz         JLUTIL sends me a MSG, if an Error occurs
  107.                           (Not in Use at this time)
  108.  
  109. ; GT Compatibilty ----------------------------------------------------
  110. ;
  111.  
  112. GT=                       GT-Version IN [14,15,16]
  113.  
  114.  
  115. ; Variables for JLBANK -----------------------------------------------
  116. ;
  117.  
  118. CL=Contribution-Levels    for JLBANK
  119.  
  120.  
  121. ; Variables for JLPLOT -----------------------------------------------
  122. ;
  123.  
  124. OD=01-01-89               Date for JLCALL1.LOG, JLCALL2.LOG and
  125.                           JLREAD.LOG. JLUTIL loggs the number of
  126.                           days between this and the actual date.
  127.  
  128. ; Directories for the MCS --------------------------------------------
  129. ;
  130.  
  131. M1=E:\GT\MCSUSER          The MCS writes UserMsgs  into this MSG-Area  
  132. M2=E:\GT\MCSSYSOP         The MCS writes SysopMsgs into this MSG-Area  
  133. M3=E:\GT\MAILING          The MailingLists writes Msgs into this
  134.                           MSG-Area 
  135.  
  136. ; Miscellaneous -----------------------------------------------------
  137. ;
  138.  
  139. MD=C                      MAIL-DRIVE (here are \MAILOUT etc.)
  140. ZP=C:\TOOLS\              ZIP-PATH   (here are PKZIP.EXE and PKUNZIP.EXE)
  141. EL=TRUE                   EXTENDED LOGGING  True OR False
  142. PL=4                      Password Length (for /IP /CU)
  143. PH=TRUE                   Display PhoneNumber (for /SU /MC)  TRUE or FALSE
  144. AN=TRUE                   ANSI  TRUE / FALSE / CALLER
  145. TO=5                      TimeOut in minutes
  146. CU=                       Currency (for /IL and JLBANK)
  147. ED=INTERNAL               Name of your Editor (including Path)
  148.                           eg: ED=C:\TOOLS\Q.EXE
  149.                           or: ED=INTERNAL  if you want to use the
  150.                                            internal Editor.
  151. DE=                       DefaultCommandLine, if the CommandLine is
  152.                           empty.
  153.  
  154. ; Message-Files ------------------------------------------------------
  155. ;
  156. ; JLUTIL sends the ??????_U.MSG Files to the User and the
  157. ; ??????_S.MSG Files to the Sysop.
  158. ;
  159.  
  160.  
  161. 00=UNKNOW_U.MSG
  162. 01=BADPSW_S.MSG
  163. 02=BADPSW_U.MSG
  164. 03=DENIED_S.MSG
  165. 04=DENIED_U.MSG
  166. 05=DLLOAD_S.MSG
  167. 06=DLLOAD_U.MSG
  168. 07=UPLOAD_S.MSG
  169. 08=UPLOAD_U.MSG
  170. 09=ANSWER_U.MSG
  171. 10=TRASH_S .MSG
  172. 11=CHNGEPSW.MSG
  173. 12=TOADMIN .001
  174. 13=CHNG_LVL.MSG
  175. 14=USDTIM_S.MSG
  176. 15=USDTIM_U.MSG
  177. 16=MISC_S  .MSG
  178. 17=MISC_U  .MSG
  179. 18=DORUSE_S.MSG
  180. 19=DORUSE_U.MSG
  181. 20=INVOIC_U.MSG
  182. 21=TOSENDER.MSG
  183.  
  184. ; Name of LOG-Files -------------------------------------------------
  185. ;
  186. ; Please don't change the following settings. If you want to change
  187. ; L2= to L3= then use names with the following format:
  188. ;
  189. ; Path\??????I.???         I is 1 for L2=  and I = 2 for L3=
  190. ;
  191.  
  192. L1=JL      .LOG
  193. L2=JLCALL1 .LOG           \
  194. L3=JLCALL2 .LOG            >-- for JLPLOT
  195. L4=JLREAD  .LOG           /
  196. L5=JLBANK  .LOG           ---- for JLBANK
  197. P1=PAY1.MSG               \
  198. P2=PAY2.MSG                >-- for JLBANK
  199. P3=PAY3.MSG               /
  200.  
  201.  
  202. ; Colors of JLUTIL --------------------------------------------------
  203. ;
  204. ; If you don't insert the following variables, JLUTIL uses the
  205. ; GT Colors from GT.CNF. You can overwrite the GT Colors with
  206. ; specifying different values within JL.CNF.
  207. ;
  208. ;
  209. ;                        Color Number Table:
  210. ;                        -------------------
  211. ;
  212. ;                   Dark Colors         Light Colors
  213. ;                   -----------         ------------
  214. ;                   0 : Black           8  : Dark Gray
  215. ;                   1 : Blue            9  : Light Blue
  216. ;                   2 : Green           10 : Light Green
  217. ;                   3 : Cyan            11 : Light Cyan
  218. ;                   4 : Red             12 : Light Red
  219. ;                   5 : Magenta         13 : Light Magenta
  220. ;                   6 : Brown           14 : Yellow
  221. ;                   7 : Light Gray      15 : White
  222. ;
  223. ;
  224. ;
  225. ;
  226.  
  227. WF= Window foreground color number.  Anyone of the 16 values from the
  228.     table above.
  229. WB= Window background color number.  Anyone of the DARK shades, 0-7,
  230.     from the table above.
  231. WR= Window-frame foreground color number.  Anyone of the 16 values
  232.     from the table above.
  233. WS= Window-frame background color number.  Anyone of the DARK shades
  234.                from the table above.
  235. HF= Option hi-lite color, foreground.
  236. HB= Option hi-lite color, background.
  237. OF= Option lo-lite color, foreground.
  238. OB= Option lo-lite color, background.
  239. TF= Status line color, foreground.
  240. TB= Status line color, background.
  241. WU= Window Title color, foreground.
  242. WV= Window Title color, background.
  243. DU= Phone directory hi-lite color, foreground.
  244. DV= Phone directory hi-lite color, background.
  245.  
  246.  
  247.  
  248.  
  249.  
  250.       
  251. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  252. The JLPATH Environment Variable
  253. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  254.                 
  255. Please set the JLPATH= Variable with the SET Command:
  256.  
  257.           e.g.   SET JLPATH=H:\JLUTIL 
  258.           
  259.  
  260. The specified directory is the home directory of JLUTIL. Here must
  261. be all JLUTIL Files. Put this commandline into your AUTOEXEC.BAT.
  262.                
  263.  
  264. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  265. Limitations
  266. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  267.  
  268. ■       2000 User   large PickLists
  269. ■       ---- KB     Undelimited Editor
  270. ■   1.1e4932 Calls  Display Calls
  271.  
  272. ═══════════════════════════════════════════════════════════════════════════════
  273.  
  274.